{Body Text}The {Emphasise}GlossaryDescriptor{Body Text} class is used by the TextPak_Glossary objects to describe the position, size, appearence and behaviourof a glossary pop-up. Each glossaryDescriptor object contains the following fields:
{Small Bulleted List}BackgroundName: the filename of the background image for the pop-up
{Small Bulleted List}X,Y: the position at which the glossary pop-up is to appear
{Small Bulleted List}Width, Height: the size of the glossary pop-up
{Small Bulleted List}BackgroundObject: the object to contain the background media
{Small Bulleted List}GlossaryObject: the object to display the text of the glossary
{Small Bulleted List}HighlightObject: the object containing the highlight for the hotspot word(s)
{Small Bulleted List}TimeoutDuration: the number of ticks before the glossary goes away
{Body Text}You can set any or all of these fields: if you do not specify objects for the background, glossary and highlights the system uses the default objects: genericGlossaryBackground, genericGlossaryBuilder and genericGlossaryHighlight respectively.
{Body Text}Because you pass the TextPak_Glossary object a reference to a GlossaryDescriptor object every time you need to display a glossary pop-up, you can alter any of the attribute of the pop-up dynamically.